home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000412_news@columbia.edu_Wed Dec 14 07:57:46 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA01395
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 14 Dec 1994 02:57:53 -0500
  3. Received: by apakabar.cc.columbia.edu id AA23105
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 14 Dec 1994 02:57:51 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!europa.eng.gtefsd.com!news.mathworks.com!panix!not-for-mail
  6. From: ami@panix.com (Ami Bar-Yadin)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Protected fields in MS-DOS Kermit 3.14 beta-15
  9. Date: 14 Dec 1994 02:57:46 -0500
  10. Organization: Meemi Selfand Ink
  11. Lines: 18
  12. Message-Id: <D6LxkSng1Cy5075yn@panix.com>
  13. References: <1994Dec11.193319.35169@cc.usu.edu>,<V9zukSng1OX5073yn@panix.com>
  14. Nntp-Posting-Host: panix.com
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. I tested protected fields in beta-15 and they still don't work.
  18. I used the same unix shell script I showed in my previous post
  19. (dated 5 Dec 1994):
  20.  
  21. ---snip---
  22. #!/usr/bin/ksh
  23. fg="\033[2\"q"
  24. bk="\033[1\"q"
  25. cf="\033[?2J"
  26. echo "${fg}foreground${bk}background${fg}foreground${bk}background${fg}${cf}"
  27. ---snip---
  28.  
  29. As before Kermit responds with a blank screen with the shell prompt
  30. towards the top.  Both "foreground" and "background" words are
  31. erased, which should not happen - the "background" words should not
  32. be erased.
  33. --
  34. Ami Bar-Yadin (ami@panix.com)